home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / print.idb / usr / lib / print / foundpr.z / foundpr
Encoding:
Text File  |  1997-07-30  |  618 b   |  16 lines

  1. #!/bin/sh
  2. #
  3. # This script gets run from the FTRs for FoundPrinter types (see
  4. # /usr/lib/filetypes/install/printers.activeicons.ftr), which are the
  5. # printers that appear in the search tool.  The intent is to provide
  6. # some instruction on how to install the found printer.
  7. #
  8.  
  9. msg1="`gettxt uxsgicore:1151 'Printer'` \"$1\" `gettxt uxsgicore:1152 ' is not installed on your system.'`"
  10. msg2="`gettxt uxsgicore:1153 'To install'` \"$1\" `gettxt uxsgicore:11154 ' on your system drag its icon'`"
  11. msg3="`gettxt uxsgicore:1155 'onto the desktop.'`"
  12.  
  13. xconfirm -t "$msg1" \
  14.     -t "$msg2" \
  15.     -t "$msg3" -icon info >/dev/null 2>&1
  16.